projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf61e6
)
installed-tests: Fix the icontheme test
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 2 Aug 2020 02:30:06 +0000
(22:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 2 Aug 2020 03:24:36 +0000
(23:24 -0400)
We forgot to install some of the icons, causing
the test to fail.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 286c8f38fbebb639be0ba90e6f72271c98f59a10..929d9ca382a0f260f72e606d2a10348055b44721 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-271,6
+271,7
@@
if get_option('install-tests')
endforeach
install_subdir('icons', install_dir: testexecdir)
+ install_subdir('icons2', install_dir: testexecdir)
install_subdir('ui', install_dir: testexecdir)
endif